dvdhrm / kmscon

Linux KMS/DRM based virtual Console Emulator
http://www.freedesktop.org/wiki/Software/kmscon
Other
433 stars 81 forks source link

wlterm: Does not close when typing exit #33

Closed giselher closed 11 years ago

giselher commented 11 years ago

After entering exit the terminal window doesn't close itself, I have to click on the leftmost window button.

dvdhrm commented 11 years ago

Ouh, indeed. wlt_terminal.c:pty_input() says: /* TODO: signal that to the caller */ I will try to fix this later. Thanks!

(and you mean "rightmost" button, right?)

dvdhrm commented 11 years ago

Should be fixed in 1a34c007966c42cb0be431af5bf77b15cd2a25a9 Works for me now.

Thanks! David

giselher commented 11 years ago

Yep the rightmost and yes it works now.

Thanks for the quick fix.