← Back to context Comment by throw_a_grenade 5 hours ago How do I implement type-ahead in Qt or GTK application? 2 comments throw_a_grenade Reply GrinningFool 3 hours ago Not specifically for those but I have to assume the pattern would work: you could intercept the keystrokes in a parent window or an overlay, then forward them to the correct child window once it's rendered. 1718627440 1 hour ago So you implement a rendering system and an input queue on top of a drawing region. Sounds like you are implementing a Terminal emulator.
GrinningFool 3 hours ago Not specifically for those but I have to assume the pattern would work: you could intercept the keystrokes in a parent window or an overlay, then forward them to the correct child window once it's rendered. 1718627440 1 hour ago So you implement a rendering system and an input queue on top of a drawing region. Sounds like you are implementing a Terminal emulator.
1718627440 1 hour ago So you implement a rendering system and an input queue on top of a drawing region. Sounds like you are implementing a Terminal emulator.
Not specifically for those but I have to assume the pattern would work: you could intercept the keystrokes in a parent window or an overlay, then forward them to the correct child window once it's rendered.
So you implement a rendering system and an input queue on top of a drawing region. Sounds like you are implementing a Terminal emulator.