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
Age
Commit message (
Expand
)
Author
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
2021-07-12
Remove references to ncurses in Makefile
Maxime Coste
2021-07-12
Replace ncurses with a naive custom terminal backend
Maxime Coste
2021-07-12
Quit server on SIGINT when it was not signaled by Kakoune itself
Maxime Coste
2021-07-09
Inline String::Data no-copy constructor
Maxime Coste
2021-07-09
Remove command parsing Reader and just track a ParserState
Maxime Coste
2021-07-09
Avoid temporary vector in expand_token
Maxime Coste
2021-07-09
Avoid copying token content strings in expand_token
Maxime Coste
2021-07-07
Document command-fifo in changelog
Maxime Coste
2021-07-07
Catch errors while executing shell commands
Maxime Coste
2021-07-07
Add support for $kak_command_fifo and $kak_response_fifo
Maxime Coste
2021-07-07
Decouple generate_env from actual ShellManager env var collection
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-26
Merge remote-tracking branch 'SolitudeSF/mode'
Maxime Coste
2021-06-24
Better style
Sidharth Kshatriya
2021-06-24
Also deal with variables named kak_quoted_* by using a more generic approach
Sidharth Kshatriya
2021-06-24
Fix: Kakoune passed environment variables in shell invocations are repeated
Sidharth Kshatriya
2021-06-24
Only compute command coordinates when necessary
Maxime Coste
2021-06-24
Fix invalid command profiling logic
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
Fix focus_in/focus_out keys not having user friendly names
Maxime Coste
2021-05-28
Fix File Buffer flag not being correctly applied
Maxime Coste
2021-05-28
Canonicalize <s-ascii> into uppercase in csi key parsing code
Maxime Coste
2021-05-28
Support opening files bigger than 2 GiB
Maxime Coste
[next]