about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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