Skip to content

Commit

Permalink
Do not prettify window dividers on terminal since it's unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxir committed Apr 12, 2024
1 parent 0b8a51a commit edff3b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/zy-terminal.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@
(pkg! 'evil-terminal-cursor-changer)
(pkg! 'corfu-terminal)

;; Use a prettier character to divide windows.
(unless standard-display-table
(setq standard-display-table (make-display-table)))
(set-display-table-slot standard-display-table 5 #x2502)

;; Enable mouse clicks in the terminal.
(xterm-mouse-mode 1)

Expand Down

0 comments on commit edff3b9

Please sign in to comment.