Skip to content

Commit

Permalink
Fix screen corruption in debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
John P. Willis committed Jun 3, 2014
1 parent 3815d57 commit d352e9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lorikeem/lorikeem.el
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,9 @@
(setq lkm-version "0.99.5")
(message "LorikeeM MUMPS Developer Tools %s" lkm-version)

(add-hook 'shell-mode-hook
'ansi-color-for-comint-mode-on)

(setq frame-title-format "LorikeeM MUMPS Developer Tools")

(set-variable
Expand Down

0 comments on commit d352e9c

Please sign in to comment.