about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* termview: update _last_mark even on newlineSören Tempel2021-06-011-2/+1
* termview: assign name and func in loop conditionSören Tempel2021-06-011-2/+1
* Allow toggling wordwrap/autoscroll using a key bindingSören Tempel2021-06-012-6/+11
* 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-012-2/+8
* README.md: Update FAQ to mention implemented buffer searchSören Tempel2021-06-011-2/+2
* TODO.txt: Add todo entry regarding echo modeSören Tempel2021-05-311-1/+4
* README.md: Fix font configuration in example CSS configuration fileSören Tempel2021-05-311-4/+8
* README.md: Change cursor color too in configuration exampleSören Tempel2021-05-311-0/+1
* completion: Fix check for absolute pathSören Tempel2021-05-311-1/+1
* README.md: Update features sectionSören Tempel2021-05-311-7/+4
* TODO.txt: UpdateSören Tempel2021-05-311-2/+0
* Document limitation of __clear_viewSören Tempel2021-05-311-0/+1
* Add comment to update_sizeSören Tempel2021-05-311-0/+6
* Preliminary tab completion supportSören Tempel2021-05-315-3/+136
* Scroll to string matched by SearchBarSören Tempel2021-05-302-4/+7
* terminal: Restore focus to TermView after closing SearchBarSören Tempel2021-05-301-0/+9
* Preliminary TextBuffer SearchBar supportSören Tempel2021-05-303-3/+83
* Add ctrl+l keybinding to clear everything except current lineSören Tempel2021-05-293-2/+11
* Only import gi (and specify Gtk version) onceSören Tempel2021-05-294-9/+2
* README.md: Update short descriptionSören Tempel2021-05-291-1/+1
* terminal: Reduce priority of PTY SourceSören Tempel2021-05-291-0/+1
* Merge branch 'limit-scroll-buffer'Sören Tempel2021-05-294-10/+41
|\
| * Limit amount of lines stored in buffer using command-line flagSören Tempel2021-05-293-6/+5
| * termview: Allow limiting the amount of lines stored in used bufferSören Tempel2021-05-291-4/+36
|/
* TODO.txt: UpdateSören Tempel2021-05-261-3/+7
* Update documentation to reflect addition of history supportSören Tempel2021-05-262-2/+1
* 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
* README.md: Add notcurses to related workSören Tempel2021-05-241-0/+1
* Merge branch 'history'Sören Tempel2021-05-244-0/+138
|\
| * 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
* README.md: Add pager FAQSören Tempel2021-05-241-0/+9
* Make wordwrap configurable using context menuSören Tempel2021-05-241-14/+25
* README.md: Mention keybinding configurationSören Tempel2021-05-241-0/+2
* 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