diff options
| author | Miguel <m.i@gmx.at> | 2018-10-12 00:30:44 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-12 00:30:44 +0200 |
| commit | b461c3558b2fe765a4bac512638b0acf5185b4bb (patch) | |
| tree | 62d025135865f1752c7d884ac92fdcdd39b21654 /video/compositor.c | |
| parent | 2e8d1bc3b6aa0671995860ca8a09c97523f3538d (diff) | |
imeplemented /dev/tty and minimalistic "less"
Diffstat (limited to 'video/compositor.c')
| -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); } } } |
