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
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-06-13
Fix typos
Taupiqueur
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
2021-05-18
Fix completion past explicitely closed tokens
Maxime Coste
2021-05-02
Request xterm 'modifyOtherKeys' mode to opt-in CSI u key reporting
Maxime Coste
2021-05-01
Rework session directory logic
Maxime Coste
2021-05-01
Merge remote-tracking branch 'markus-oberhumer/ux-improve-prompt'
Maxime Coste
2021-04-30
Improve prompt handling
Markus F.X.J. Oberhumer
2021-04-30
src: Fix mouse modifier support in the ncurses UI.
Tim Allen
2021-04-28
Merge remote-tracking branch 'markus-oberhumer/ux-debug-buffer'
Maxime Coste
2021-04-28
Merge remote-tracking branch 'nojhan/feat_padding-options'
Maxime Coste
2021-04-27
fix ncurses' padding option
nojhan
2021-04-27
Improve UX: better error message about debug buffer on startup errors
Markus F.X.J. Oberhumer
2021-04-19
elif over "else if"
Ben Judd
2021-04-19
Merge remote-tracking branch 'Icantjuddle/fix_deprexated_mallinfo_call'
Maxime Coste
[prev]
[next]