- May
- 13,210
- 180
Does TCC use Ctrl-Up/Down for anything? I made a couple of useful aliases this morning:
They're a little unsightly since they cause a new prompt (really ugly if you hold down the key). Later I'll experiment with implementing those actions via 4CONSOLE's keyhandler. It should look much nicer and perhaps I can leave a command_line_in_progress unaltered. Is there any interest in this?
Code:
@@ctrl-down=consize /w %_columns [EMAIL]%@eval[%_rows+1[/EMAIL]]
@@ctrl-up=consize /w %_columns [EMAIL]%@eval[%_rows-1][/EMAIL]
They're a little unsightly since they cause a new prompt (really ugly if you hold down the key). Later I'll experiment with implementing those actions via 4CONSOLE's keyhandler. It should look much nicer and perhaps I can leave a command_line_in_progress unaltered. Is there any interest in this?