fix(tui): Correct croatoan slot name to function-keys-enabled-p
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
This commit is contained in:
@@ -74,7 +74,7 @@ The OpenCortex TUI Client is a standalone Common Lisp application built on **Cro
|
|||||||
(status-win (make-instance 'window :height 1 :width w :position (list (- h 2) 0)))
|
(status-win (make-instance 'window :height 1 :width w :position (list (- h 2) 0)))
|
||||||
(input-win (make-instance 'window :height 1 :width w :position (list (- h 1) 0))))
|
(input-win (make-instance 'window :height 1 :width w :position (list (- h 1) 0))))
|
||||||
|
|
||||||
(setf (keypad-p input-win) t)
|
(setf (function-keys-enabled-p input-win) t)
|
||||||
|
|
||||||
(loop while *is-running* do
|
(loop while *is-running* do
|
||||||
;; 1. Handle incoming messages
|
;; 1. Handle incoming messages
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
(status-win (make-instance 'window :height 1 :width w :position (list (- h 2) 0)))
|
(status-win (make-instance 'window :height 1 :width w :position (list (- h 2) 0)))
|
||||||
(input-win (make-instance 'window :height 1 :width w :position (list (- h 1) 0))))
|
(input-win (make-instance 'window :height 1 :width w :position (list (- h 1) 0))))
|
||||||
|
|
||||||
(setf (keypad-p input-win) t)
|
(setf (function-keys-enabled-p input-win) t)
|
||||||
|
|
||||||
(loop while *is-running* do
|
(loop while *is-running* do
|
||||||
;; 1. Handle incoming messages
|
;; 1. Handle incoming messages
|
||||||
|
|||||||
Reference in New Issue
Block a user