Suewon Bahng

Results 15 comments of Suewon Bahng

I think this issue has nothing to do with WSL. - Install `python-tk` package when the python package in use has been installed via Linuxbrew/Homebrew - `brew install python-tk` -...

https://www.tcl.tk/man/tcl8.6/TclCmd/interp.htm#M12 Is that supposed to just provide a key binding to `interp create` command? Sorry, I'm not familiar with everything in Tcl yet.

I've just released [v1.4](https://github.com/suewonjp/tclsh-wrapper/releases/tag/v1.4) which contains multiline input handling and ensemble commands completion, etc. Let me implement multiple interpreter support for the upcoming next version (v1.5)

I think it's a reasonable decision not to disrupt your existing design by not adding the feature like this. However, this feature would definitely help some use cases. (including mine)...

> This is currently possible with Alt + Enter or Esc + Enter AFAIK, [Alt + Enter is assigned to toggling full windows on Win32 system](https://support.microsoft.com/en-us/topic/alt-enter-switches-between-window-and-full-screen-d1b23daa-644d-3fbf-2f5e-c2c779584db5) Can you consider choosing...