diff options
Diffstat (limited to 'video')
| -rw-r--r-- | video/compositor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/compositor.c b/video/compositor.c index 192feea..4debe9a 100644 --- a/video/compositor.c +++ b/video/compositor.c @@ -254,7 +254,7 @@ void compositor_kb_handle(char c) if(w->active) { // klog("writing [%c] to window with pid [%d]",c,w->pid); - fd_write(get_fd(w->pid,0),c); + fd_write(get_tty(w->pid),c); } } } |
