Skip to content

Commit

Permalink
back to always render because widechar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
horasal committed Apr 22, 2021
1 parent d949a99 commit 8c47401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/panes/terminal_pane.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ impl Pane for TerminalPane {
// around
// 2. When there are wide characters in a pane, since we don't yet handle them properly,
// the spill over to the pane to the right
if self.should_render() {
//if true {
// if self.should_render() {
if true {
let mut vte_output = String::new();
let buffer_lines = &self.read_buffer_as_lines();
let display_cols = self.get_columns();
Expand Down

0 comments on commit 8c47401

Please sign in to comment.