about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for ctrl+c to interrupt the program via sigintSören Tempel2021-05-163-1/+11
* Remove DEL_CHAR constant as it is now unusedSören Tempel2021-05-161-3/+0
* Add docstring comment to termview classSören Tempel2021-05-161-0/+18
* Simplify termview APISören Tempel2021-05-162-24/+13
* Remove now unused imports from terminal.pySören Tempel2021-05-161-2/+0
* Remove unneeded None checksSören Tempel2021-05-161-4/+0
* Add dedicated TermView widget to simplify terminal implementationSören Tempel2021-05-162-69/+100
* Add support for setuptoolsSören Tempel2021-05-165-1/+20
* Buffer text internally and only write it to the PTY on newlineSören Tempel2021-05-161-5/+4
* TODO.txt: Support file name completions in the futureSören Tempel2021-05-161-0/+1
* Add keybinding to move to end of inputSören Tempel2021-05-162-0/+8
* Add keybinding to jump to start of inputSören Tempel2021-05-162-0/+10
* Update output mark on enter pressesSören Tempel2021-05-161-0/+3
* Add support for 9term-like control-u key bindingSören Tempel2021-05-162-1/+29
* Start working on custom keybindingsSören Tempel2021-05-162-0/+29
* TODO.txt: InitializeSören Tempel2021-05-151-0/+13
* Always call __init__ of superclass firstSören Tempel2021-05-151-3/+3
* Support character deletion using backspaceSören Tempel2021-05-151-0/+7
* Use buffer passed to event handler instead of extracting it from selfSören Tempel2021-05-151-4/+4
* Use an incremental decoder for data received from the PTYSören Tempel2021-05-151-1/+6
* Disable local echo, rely on GTK TextView input handlingSören Tempel2021-05-151-6/+17
* Add a bunch of constantsSören Tempel2021-05-141-2/+5
* Change window titleSören Tempel2021-05-141-1/+1
* Initialize with very basic prototypeSören Tempel2021-05-144-0/+779