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
/
terminal_ui.cc
Age
Commit message (
Expand
)
Author
2021-08-17
Move control character escaping responsibility to the terminal UI
Maxime Coste
2021-08-05
Reduce memory usage and allocations in terminal output code
Maxime Coste
2021-08-05
Remove unnecessary fflush call
Maxime Coste
2021-08-04
Fallback to 80x24 terminal size when ioctl fails or returns 0x0
Maxime Coste
2021-08-01
Use a BufferedWriter to output in the terminal ui instead of stdio
Maxime Coste
2021-07-20
Remove some unnecessary string copies in TerminalUI
Maxime Coste
2021-07-14
Fix blitting of windows halfway through double-width codepoint
Maxime Coste
2021-07-12
Refactor TerminalUI::set_ui_options
Maxime Coste
2021-07-12
Add 'terminal_synchronized' ui_option to opt-in synchronized output
Maxime Coste
2021-07-12
src: Support strikethrough faces
Jason Felice
2021-07-12
Fix crash when displaying a menu on a too small terminal
Maxime Coste
2021-07-12
Small cleanups in terminal ui
Maxime Coste
2021-07-12
Do not trust saved active face when force redrawing
Maxime Coste
2021-07-12
Slight code simplification
Maxime Coste
2021-07-12
Fix race on resize in terminal ui
Maxime Coste
2021-07-12
Fix force redraw handling
Maxime Coste
2021-07-12
Tolerate bliting window that overflow the target
Maxime Coste
2021-07-12
terminal_ui.cc: fix build on musl libc
Kylie McClain
2021-07-12
terminal_ui: restore termios settings before suspending Kakoune.
Tim Allen
2021-07-12
Use iTerm2 "synchronised update" sequences around redraws.
Tim Allen
2021-07-12
Handle skipped characters with erase line (EL) instead of insert blank (ICH)
Maxime Coste
2021-07-12
Reduce amount of SGR escapes emitted by tracking the active face
Maxime Coste
2021-07-12
Remove explicit whitespace padding in menu/info
Maxime Coste
2021-07-12
Use CSI @ instead of emitting lots of spaces
Maxime Coste
2021-07-12
Remove the concept of cursor in TerminalUI::Window
Maxime Coste
2021-07-12
Fix another display corruption issue in the terminal output code
Maxime Coste
2021-07-12
Fix another terminal update issue in the latest code change
Maxime Coste
2021-07-12
Fix bug in terminal output line delete logic
Maxime Coste
2021-07-12
Fix tab character that got introduced by mistake
Maxime Coste
2021-07-12
Reduce the number of added/removed lines when redrawing screen
Maxime Coste
2021-07-12
Fix compute_pos behaviour not to overflow by one line
Maxime Coste
2021-07-12
Use insert/remove lines escapes to reduce terminal traffic
Maxime Coste
2021-07-12
Only redraw updated lines
Maxime Coste
2021-07-12
Blit all window together before outputing them to the tty
Maxime Coste
2021-07-12
Fix crash on resize in TerminalUI
Maxime Coste
2021-07-12
Rename NCursesUI to TerminalUI
Maxime Coste
[prev]