Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
7c38e532
Commit
7c38e532
authored
Mar 10, 2021
by
Kurt Hindenburg
Browse files
Fix spelling error
parent
34f85cec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Screen.cpp
View file @
7c38e532
...
...
@@ -460,7 +460,7 @@ void Screen::resizeImage(int new_lines, int new_columns)
if
(
_enableReflowLines
&&
new_columns
!=
_columns
)
{
int
cursorLineCorrection
=
0
;
if
(
_currentTerminalDisplay
)
{
// The 'zsh' works different from other shells when writ
t
ing the command line.
// The 'zsh' works different from other shells when writing the command line.
// It needs to identify the 'zsh' and calculate the new command line.
auto
sessionController
=
_currentTerminalDisplay
->
sessionController
();
auto
terminal
=
sessionController
->
session
()
->
foregroundProcessName
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment