about summary refs log tree commit diff
path: root/saneterm/terminal.py
Commit message (Expand)AuthorAgeFilesLines
* Track text style in Terminal and reuse TextTagssterni2021-07-151-4/+87
* Implement a reasonable subset of SGR escape sequencessterni2021-07-151-1/+5
* Move Pty related classes to own module/fileSören Tempel2021-06-291-41/+6
* Support bell character by parsing pty input into eventssterni2021-06-291-1/+14
* saneterm: move search bar to top of windowSören Tempel2021-06-081-3/+3
* Allow toggling wordwrap/autoscroll using a key bindingSören Tempel2021-06-011-6/+8
* terminal: Create terminal-specific action signals using a dictSören Tempel2021-06-011-7/+10
* Add command-line flag to hide the vertical scrollbarSören Tempel2021-06-011-1/+5
* Add comment to update_sizeSören Tempel2021-05-311-0/+6
* Preliminary tab completion supportSören Tempel2021-05-311-1/+10
* Scroll to string matched by SearchBarSören Tempel2021-05-301-1/+1
* terminal: Restore focus to TermView after closing SearchBarSören Tempel2021-05-301-0/+9
* Preliminary TextBuffer SearchBar supportSören Tempel2021-05-301-3/+17
* Only import gi (and specify Gtk version) onceSören Tempel2021-05-291-3/+0
* 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-291-2/+2
* 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-251-1/+5
* history: simplify get_entry querySören Tempel2021-05-251-1/+1
* Make sure history does not go out-of-boundsSören Tempel2021-05-241-1/+6
* Add preliminary support for executable-specific historySören Tempel2021-05-241-0/+28
* 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
* Use relative importssterni2021-05-231-2/+2
* Implement support for retrieving terminal windows sizeSören Tempel2021-05-231-0/+27
* Ignore termios control characters if cursor is not at endSören Tempel2021-05-221-1/+5
* Rename input.py to keys.pySören Tempel2021-05-221-10/+3
* terminal: Add support for VEOFSören Tempel2021-05-221-0/+4
* 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-221-7/+9
* 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
* Check for HUP events on PTYSourceSören Tempel2021-05-201-3/+11
* Set widget name to allow saneterm-specific CSS stylingSören Tempel2021-05-201-2/+3
* Add support for ctrl+c to interrupt the program via sigintSören Tempel2021-05-161-0/+7
* Remove DEL_CHAR constant as it is now unusedSören Tempel2021-05-161-3/+0
* Simplify termview APISören Tempel2021-05-161-8/+1
* Remove now unused imports from terminal.pySören Tempel2021-05-161-2/+0
* Add dedicated TermView widget to simplify terminal implementationSören Tempel2021-05-161-69/+14
* Add support for setuptoolsSören Tempel2021-05-161-0/+144