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.hh
Age
Commit message (
Expand
)
Author
2025-07-08
Replace std::unique_ptr with a custom implementation
Maxime Coste
2025-06-28
fix: simplify variable by removing terminal_ part
Yukai Huang
2025-06-28
Revert "chore: remove terminal option"
Yukai Huang
2025-06-27
chore: remove terminal option
Yukai Huang
2025-06-27
fix: prevent cursor rendering conflicts by simplifying cursor positioning logic
Yukai Huang
2025-06-24
feat(terminal): add option for native terminal cursor rendering
Yukai Huang
2024-09-08
Add terminal_title terminal ui_option to control the title
Maxime Coste
2024-08-16
include headers cleanup
AdriĆ Arrufat
2023-11-24
Skip output synchronization query when explicitly disabled
Chris Webb
2023-03-11
Implement bracketed paste
Johannes Altmanninger
2023-02-15
Add option to set maximum info box width
Ameer Ghani
2021-10-23
Use DECRQM/DECRPM to detect support for synchronized output
Maxime Coste
2021-09-02
Remove terminal_wheel_up/down_button UI option
Maxime Coste
2021-08-05
Reduce memory usage and allocations in terminal output code
Maxime Coste
2021-08-01
Use a BufferedWriter to output in the terminal ui instead of stdio
Maxime Coste
2021-07-12
Add 'terminal_synchronized' ui_option to opt-in synchronized output
Maxime Coste
2021-07-12
Reduce amount of SGR escapes emitted by tracking the active face
Maxime Coste
2021-07-12
Remove the concept of cursor in TerminalUI::Window
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
Rename NCursesUI to TerminalUI
Maxime Coste