use the tty-debug package

This commit is contained in:
eknauel 2005-05-18 15:25:16 +00:00
parent 867852bf16
commit 75930fb753
2 changed files with 8 additions and 1 deletions

View File

@ -212,6 +212,10 @@
;;start the whole thing
(define (nuit)
(let ((tty-name (init-tty-debug-output!)))
(display "Debug messages will be on ")
(display tty-name)
(newline))
(with-inspecting-handler
8888
(lambda (condition)
@ -453,6 +457,7 @@
(wrefresh (app-window-curses-win result-window)))
(define (paint)
(debug-message "paint called")
(init-windows!)
(paint-bar-1)
(paint-bar-2)

View File

@ -10,8 +10,10 @@
handle
ncurses
srfi-6
debugging
inspect-exception
rt-modules)
rt-modules
tty-debug)
(files nuit-engine
handle-fatal-error
directory-files