mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 12:21:55 +00:00
This allows us to have newline not affect the wrap status of a line. Now a lines wrapping status is changed only when the last cell in the line is changed. This actually matches the behavior of many other terminal emulators so is probably a good thing from a ecosystem compatibility perspective. The fish shell expects this weird behavior of newline not changing wrapping status, for unknown reasons, which is the actual motivation for doing all this work. Fixes #5766 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bench_scrollback.py | ||
| CascadiaCode-Regular.otf | ||
| check_build.py | ||
| choose.py | ||
| clipboard.py | ||
| completion.py | ||
| crypto.py | ||
| datatypes.py | ||
| diff.py | ||
| file_transmission.py | ||
| FiraCode-Medium.otf | ||
| fonts.py | ||
| glfw.py | ||
| gr.py | ||
| graphics.py | ||
| hints.py | ||
| iosevka-regular.ttf | ||
| keys.py | ||
| layout.py | ||
| LiberationMono-Regular.ttf | ||
| main.py | ||
| mouse.py | ||
| open_actions.py | ||
| options.py | ||
| parser.py | ||
| prewarm.py | ||
| screen.py | ||
| search_query_parser.py | ||
| shell_integration.py | ||
| ssh.py | ||
| tui.py | ||
| unicode_input.py | ||
| utmp.py | ||