tiny revisions
This commit is contained in:
parent
a453239d14
commit
a7a0af1e86
2 changed files with 2 additions and 2 deletions
|
|
@ -2,5 +2,5 @@
|
|||
|
||||
(defvar eql::*code-font* (eql:qnew "QFont(QString,int)"
|
||||
#+darwin "Monaco" #+darwin 12
|
||||
#+linux "Monospace" #+linux 9
|
||||
#+linux "Monospace" #+linux 12
|
||||
#+windows "Courier New" #+windows 10))
|
||||
|
|
|
|||
|
|
@ -417,7 +417,7 @@
|
|||
(string/= line (aref *history* (1- len))))
|
||||
(vector-push-extend line *history*)
|
||||
(write-line line out)
|
||||
(force-output out)))
|
||||
(finish-output out)))
|
||||
(setf *history-index* (length *history*))) ; 1 after last
|
||||
(defun history-move (dir)
|
||||
(unless out
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue