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
2025-07-08
Replace on_scope_end with CTAD with OnScopeEnd directly
Maxime Coste
2025-06-28
fix: simplify variable by removing terminal_ part
Yukai Huang
2025-06-28
fix: remove comment and document usage
Yukai Huang
2025-06-28
Revert "chore: remove terminal option"
Yukai Huang
2025-06-27
fix: revert new line changes
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-19
Merge remote-tracking branch 'arrufat/includes-cleanup'
Maxime Coste
2024-08-19
Don't interpret the \n input byte as <ret>
Johannes Altmanninger
2024-08-19
Decode XTerm's formatOtherKeys=0 encoding
Johannes Altmanninger
2024-08-19
Decode kitty keyboard protocol's numlock keys
Johannes Altmanninger
2024-08-16
include headers cleanup
Adrià Arrufat
2024-08-14
Merge remote-tracking branch 'enricozb/enricozb/scroll-coordinates'
Maxime Coste
2024-08-14
Merge remote-tracking branch 'arrufat/support-double-underline'
Maxime Coste
2024-08-12
Extract format implementation to its own file
Maxime Coste
2024-08-04
add scroll coordinates
Enrico Zandomeni Borba
2024-08-04
Add support for double underline
Adrià Arrufat
2024-06-23
Fix trailing whitespaces
Maxime Coste
2024-05-18
Revert "Make TerminalUI::get_next_key() helpers static"
Johannes Altmanninger
2024-03-15
Fix off-by-two error in max size of frameless infoboxes
Johannes Altmanninger
2023-12-10
Fix compiler warnings when char is unsigned
Chris Webb
2023-11-24
Skip output synchronization query when explicitly disabled
Chris Webb
2023-10-25
Default comparison operators that can be
Maxime Coste
2023-10-25
Remove redundant comparison operators
Maxime Coste
2023-09-23
Merge remote-tracking branch 'krobelus/foot-custom-keypad-sequences'
Maxime Coste
2023-08-31
Still inkorrect inglish
Maxime Coste
2023-08-29
Fix incorrect inglish
Maxime Coste
2023-08-27
Cleanup SIGHUP handling and forking server to background
Maxime Coste
2023-06-24
Support CSI u numpad keys
Johannes Altmanninger
2023-06-09
Remove unneeded this capture in lambda
Adrià Arrufat
2023-04-24
Fix crash after multiple terminal resizes
Johannes Altmanninger
2023-03-14
Convert \r to \n in bracketed pastes
Maxime Coste
2023-03-13
Slight refactoring of bracketed paste feature
Maxime Coste
2023-03-11
Implement bracketed paste
Johannes Altmanninger
2023-03-11
Make TerminalUI::get_next_key() helpers static
Johannes Altmanninger
2023-02-15
Add option to set maximum info box width
Ameer Ghani
2022-12-13
Fix a couple bugs with underline highlighting
Maxime Coste
2022-09-17
Fix crash when trying to display the menu in a tiny window
Adrià Arrufat
2021-12-11
Make space a named key to correctly handle shift modifier
Maxime Coste
2021-11-02
use shifted key codes on kitty
Jason Felice
2021-11-02
Fix DECRPM parsing for 2026
Maxime Coste
2021-10-29
Fix terminal underline color not being properly reset
Maxime Coste
2021-10-23
Use DECRQM/DECRPM to detect support for synchronized output
Maxime Coste
2021-09-26
Restore diff based terminal output optimization when synchronized
Maxime Coste
2021-09-09
Remove scrolling detection/optimization in terminal output
Maxime Coste
2021-09-07
Add support for curly underline and separate underline color
Maxime Coste
2021-09-02
Remove unnecessary c_str() calls
Maxime Coste
2021-09-02
Remove terminal_wheel_up/down_button UI option
Maxime Coste
[next]