Eugeny / tabby

A terminal for a more modern age
https://tabby.sh
MIT License
58.83k stars 3.37k forks source link

Display wrong at the last few lines using tmux on a remote server. #6560

Open HelloRicky123 opened 2 years ago

HelloRicky123 commented 2 years ago

Describe the problem: Thanks for your work. I use tabby shell 1.0.170 on Windows 10 17763.2928. I log in to the remote Linux server. If I use tmux, the last few lines will display in a strange way. This issue disappears if I do not use tmux.

My config.yaml ```java version: 3 hotkeys: toggle-window: - Ctrl-Space copy-current-path: [] ctrl-c: - Ctrl-C copy: - Ctrl-Shift-C paste: - Ctrl-Shift-V - Shift-Insert select-all: - Ctrl-Shift-A clear: [] zoom-in: - Ctrl-= - Ctrl-Shift-= zoom-out: - Ctrl-- - Ctrl-Shift-- reset-zoom: - Ctrl-0 home: - Home end: - End previous-word: - Ctrl-Left next-word: - Ctrl-Right delete-previous-word: - Ctrl-Backspace delete-next-word: - Ctrl-Delete search: - Ctrl-Shift-F pane-focus-all: - Ctrl-Shift-I restart-telnet-session: [] restart-ssh-session: [] launch-winscp: [] settings: - Ctrl-, serial: - Alt-K restart-serial-session: [] new-window: - Ctrl-Shift-N new-tab: - - Ctrl-T profile: {} profile-selectors: {} toggle-fullscreen: - F11 - Alt-Enter close-tab: - - Ctrl-W reopen-tab: - Ctrl-Shift-T toggle-last-tab: [] rename-tab: - Ctrl-Shift-R next-tab: - Ctrl-Shift-Right - Ctrl-Tab previous-tab: - Ctrl-Shift-Left - Ctrl-Shift-Tab move-tab-left: - Ctrl-Shift-PageUp move-tab-right: - Ctrl-Shift-PageDown rearrange-panes: - Ctrl-Shift duplicate-tab: [] tab-1: - - Ctrl-1 tab-2: - - Ctrl-2 tab-3: - - Ctrl-3 tab-4: - - Ctrl-4 tab-5: - - Ctrl-5 tab-6: - - Ctrl-6 tab-7: - - Ctrl-7 tab-8: - - Ctrl-8 tab-9: - - Ctrl-9 tab-10: - - Ctrl-0 tab-11: [] tab-12: [] tab-13: [] tab-14: [] tab-15: [] tab-16: [] tab-17: [] tab-18: [] tab-19: [] tab-20: [] split-right: - Ctrl-Shift-E split-bottom: - Ctrl-Shift-D split-left: [] split-top: [] pane-nav-right: - Ctrl-Alt-Right pane-nav-down: - Ctrl-Alt-Down pane-nav-up: - Ctrl-Alt-Up pane-nav-left: - Ctrl-Alt-Left pane-nav-previous: - Ctrl-Alt-[ pane-nav-next: - Ctrl-Alt-] pane-maximize: - Ctrl-Alt-Enter close-pane: [] switch-profile: - Ctrl-Alt-T profile-selector: - Ctrl-Shift-T scroll-to-bottom: [] terminal: searchOptions: {} colorScheme: name: deep foreground: '#cdcdcd' background: '#000000' cursor: '#d0d0d0' colors: - '#000000' - '#d11600' - '#37c32c' - '#e3c421' - '#5c6bfd' - '#dd5be5' - '#6eb4f2' - '#e0e0e0' - '#535353' - '#f4152c' - '#01ea10' - '#ffee1d' - '#8cb0f8' - '#e056f5' - '#67ecff' - '#f4f4f4' customColorSchemes: [] ligatures: true profile: local:git-bash copyOnSelect: false rightClick: menu useConPTY: false scrollOnInput: false ssh: {} configSync: parts: {} appearance: {} enableWelcomeTab: false pluginBlacklist: [] profileDefaults: {} profiles: [] clickableLinks: {} hacks: disableGPU: true language: en-US ```
JeanPluzo commented 2 years ago

Hi, using Version 1.0.181. Just wanted to comment that this is also happening to me. Running on Windows 10 20H2 Build 19042.1826

JeanPluzo commented 2 years ago

Just an update: after deleting the %APPDATA%\Tabby folder and downloading the latest version (1.0.183) the problem seems to be solved. BTW, I'm using tabby in the portable version.