tidy up load errors in ui.backend.x11
parent
2a3bf53af7
commit
3bf5eeddf9
|
@ -329,10 +329,10 @@ M: x11-ui-backend beep ( -- )
|
||||||
|
|
||||||
<PRIVATE
|
<PRIVATE
|
||||||
: escape-' ( string -- string' )
|
: escape-' ( string -- string' )
|
||||||
[ dup CHAR: ' = [ drop "'\''" ] [ 1string ] if ] { } map-as concat ;
|
[ dup CHAR: ' = [ drop "'\\''" ] [ 1string ] if ] { } map-as concat ;
|
||||||
|
|
||||||
: xmessage ( string -- )
|
: xmessage ( string -- )
|
||||||
escape-' "/usr/X11R6/bin/xmessage '" "'" surround system ;
|
escape-' "/usr/X11R6/bin/xmessage '" "'" surround system drop ;
|
||||||
PRIVATE>
|
PRIVATE>
|
||||||
|
|
||||||
M: x11-ui-backend system-alert
|
M: x11-ui-backend system-alert
|
||||||
|
|
Loading…
Reference in New Issue