Tmux etc
This commit is contained in:
parent
276853ba84
commit
1cb167b597
361 changed files with 77302 additions and 4 deletions
|
|
@ -0,0 +1,12 @@
|
|||
(in-package :de.anvi.ncurses)
|
||||
|
||||
;;; legacy coding
|
||||
;;; http://invisible-island.net/ncurses/man/legacy_coding.3x.html
|
||||
|
||||
;;; C prototypes
|
||||
|
||||
;; int use_legacy_coding(int level);
|
||||
|
||||
;;; Low-level CFFI wrappers
|
||||
|
||||
(defcfun ("use_legacy_coding" %use-legacy-coding) :int (level :int))
|
||||
Loading…
Add table
Add a link
Reference in a new issue