ksafranski / Codiad-Terminal

Terminal Emulator Plugin for Codiad IDE
29 stars 25 forks source link

Allow click anywhere within the console to focus the input field #21

Open wernight opened 8 years ago

wernight commented 8 years ago

It should work like pretty much all terminals: Clicking anywhere within the terminal should focus the input field. May be simplest is to intercept the clicks on the container. Else some CSS magic may also work.