index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ncurses_ui.cc
Age
Commit message (
Expand
)
Author
2021-07-12
Rename NCursesUI to TerminalUI
Maxime Coste
2021-07-12
Replace ncurses with a naive custom terminal backend
Maxime Coste
2021-07-07
Merge remote-tracking branch 'Screwtapello/save-restore-window-title'
Maxime Coste
2021-06-27
Restore terminal during suspend before changing alternate screen
Dmitry Matveyev
2021-06-27
Handle Ctrl+Z key later in the terminal input stack
Maxime Coste
2021-06-18
Restore terminal before switching from alternate screen
SolitudeSF
2021-06-15
src: Restore the window title when quitting or suspending Kakoune.
Tim Allen
2021-05-28
Canonicalize <s-ascii> into uppercase in csi key parsing code
Maxime Coste
2021-05-02
Request xterm 'modifyOtherKeys' mode to opt-in CSI u key reporting
Maxime Coste
2021-04-30
src: Fix mouse modifier support in the ncurses UI.
Tim Allen
2021-04-28
Merge remote-tracking branch 'nojhan/feat_padding-options'
Maxime Coste
2021-04-27
fix ncurses' padding option
nojhan
2021-04-05
[feat] add ui_options: padding_char & padding_fill
nojhan
2021-03-26
src/ncurses_ui: Teach Kakoune about all the numeric keypad keys.
Tim Allen
2021-03-26
src/ncurses_ui: move the parse_mask() helper outside parse_csi().
Tim Allen
2021-03-11
Do not select on non-urgent fd when handling only urgent events
Maxime Coste
2021-02-11
Fix CSI u support for escape key
Maxime Coste
2021-01-15
Distinguish <c-h> and Backspace on terminals where that is possible.
Tim Allen
2020-11-02
Handle reading from stdin returning 0
Maxime Coste
2020-10-31
src/ncurses_ui.cc: Teach Kakoune about ctrl-symbol keys.
Tim Allen
2020-08-02
Do not flush input buffer in UI creation
Maxime Coste
2020-06-28
Fix 'error: non-constant-expression cannot be narrowed...'
Igor Böhm
2020-06-28
Refactor mouse press/release handling to support 3 buttons
Maxime Coste
2020-05-12
Fix CSI u parsing of some special keys
Maxime Coste
2020-05-02
Add support for alpha channel in colors
Maxime Coste
2020-03-27
Untie focus reporting and mouse handling
Maxime Coste
2020-03-04
restore F1 key handling
Joachim Henke
2020-02-26
Enable terminal application keypad mode
Maxime Coste
2020-01-20
fix several control key combinations in st
Joachim Henke
2020-01-19
make the Insert key work in st
Joachim Henke
2020-01-11
Reset SIGHUP handler on NCursesUI destruction
Maxime Coste
2020-01-05
Merge remote-tracking branch 'fsub/rxvt'
Maxime Coste
2020-01-04
Restore support for line wrapping info boxes
Maxime Coste
2019-12-14
Support rxvt style s-F3 to s-F10
fsub
2019-12-14
Support rxvt style s-F11 and s-F12
fsub
2019-12-11
src/ncurses_ui.cc: Add support for VT220-style Home and End keys.
Tim Allen
2019-11-26
Fix small info text not being displayed
Maxime Coste
2019-11-24
Rework ncurses info display, crop content when overlflowing
Maxime Coste
2019-11-22
Add support for markup in info boxes
Maxime Coste
2019-11-18
Fix recently introduced ncurses redraw artifact
Maxime Coste
2019-11-17
Fix search menu trimmed entry display
Maxime Coste
2019-11-13
Re-merge clear_to_eol in draw
Maxime Coste
2019-11-09
Fix bad comparison when parsing OSI sequences
Jason Felice
2019-11-09
Check that stdout is a tty in ncurses ui
Maxime Coste
2019-11-05
Fix some ncurses rendering issues
Maxime Coste
2019-11-05
Split clearing to end of line out of NCursesUI::Window::draw
Maxime Coste
2019-10-16
Slight cleanup of the menu display code
Maxime Coste
2019-10-08
Check that stdin is readable before calling read
Maxime Coste
2019-09-26
Fix some clang warnings
Maxime Coste
2019-09-26
Remove unneeded NCursesUI::Window::mark_dirty and redraws
Maxime Coste
[next]