about summary refs log tree commit diff
path: root/saneterm
Commit message (Expand)AuthorAgeFilesLines
* Add ctrl+l keybinding to clear everything except current lineSören Tempel2021-05-292-0/+11
* Only import gi (and specify Gtk version) onceSören Tempel2021-05-294-9/+2
* terminal: Reduce priority of PTY SourceSören Tempel2021-05-291-0/+1
* Limit amount of lines stored in buffer using command-line flagSören Tempel2021-05-292-3/+5
* termview: Allow limiting the amount of lines stored in used bufferSören Tempel2021-05-291-4/+36
* history: simplify get_entry query even furtherSören Tempel2021-05-261-2/+1
* terminal: Reset self.reset_history_index() directlySören Tempel2021-05-251-5/+3
* Clear the line if Down is pressed at the most recent history entrysterni2021-05-251-5/+16
* terminal: Use single case distinction to set hscroll/wrapmodeSören Tempel2021-05-251-4/+14
* Add workaround for annoying scrollbar if wordwrap is enabledsterni2021-05-252-1/+7
* history: simplify get_entry querySören Tempel2021-05-252-3/+5
* history: Add explicit ORDER BY to get_entrySören Tempel2021-05-251-1/+1
* history: Clarify HISTFILE commentSören Tempel2021-05-241-1/+2
* history: add docstring to History classSören Tempel2021-05-241-0/+4
* history: Add To-Do regarding employed SQL queriesSören Tempel2021-05-241-0/+2
* history: add docstring to get_entrySören Tempel2021-05-241-0/+5
* Make sure history does not go out-of-boundsSören Tempel2021-05-242-5/+14
* history: Use .rstrip() for removing trailing newlinesSören Tempel2021-05-241-5/+2
* history: Strip entries if HISTSIZE is exceededSören Tempel2021-05-241-2/+15
* Add preliminary support for executable-specific historySören Tempel2021-05-244-0/+107
* terminal: Use Gtk.CheckMenuItem for config optionsSören Tempel2021-05-241-6/+3
* Make wordwrap configurable using context menuSören Tempel2021-05-241-14/+25
* Use activate instead of select signal for MenuItemSören Tempel2021-05-241-1/+1
* Toggle autoscroll via context menuSören Tempel2021-05-241-0/+21
* terminal: Autoscroll by defaultSören Tempel2021-05-241-4/+11
* terminal: Use configure-event to detect resizeSören Tempel2021-05-241-1/+1
* Add custom delete-from-cursor implementationSören Tempel2021-05-231-0/+21
* Launch $SHELL by default if it is setsternenseemann2021-05-231-1/+4
* Enable <ctrl>w keybinding by defaultSören Tempel2021-05-231-1/+3
* Remove code duplication in cursor_at_{end,out}Sören Tempel2021-05-231-10/+7
* termview: Ensure that cursor is not part of a selectionSören Tempel2021-05-231-0/+6
* Unbind ctrl+vSören Tempel2021-05-231-0/+3
* Use relative importssterni2021-05-232-3/+3
* Configure TermView input hintsSören Tempel2021-05-231-0/+2
* Implement support for retrieving terminal windows sizeSören Tempel2021-05-231-0/+27
* termview: Use a monospaced fontSören Tempel2021-05-231-0/+1
* Add ctrl+j bindingSören Tempel2021-05-231-0/+1
* Add binding for ctrl+hSören Tempel2021-05-231-0/+1
* Ignore termios control characters if cursor is not at endSören Tempel2021-05-222-1/+11
* termview: Split cursor_at_end method from backspaceSören Tempel2021-05-221-5/+6
* Rename input.py to keys.pySören Tempel2021-05-222-11/+13
* terminal: Add support for VEOFSören Tempel2021-05-221-0/+4
* saneterm: Separate flush from __end_user_actionSören Tempel2021-05-221-12/+16
* Preliminary support for scrollingSören Tempel2021-05-221-1/+5
* Move control key definition to dictionarySören Tempel2021-05-221-2/+8
* Add keybinding for VSUSP (ctrl+z)Sören Tempel2021-05-221-0/+1
* Generalize support for termios-keybindingsSören Tempel2021-05-223-13/+30
* Add comment regarding potential quirk of interrupt methodSören Tempel2021-05-221-0/+4
* Don't start shell with clean environmentSören Tempel2021-05-201-1/+2
* Read up-to 4096 bytes in handle_pty callbackSören Tempel2021-05-201-2/+1