Dheepak Krishnamurthy

Results 478 comments of Dheepak Krishnamurthy

Are you calling `TUI.initialize()`? https://github.com/kdheepak/TerminalUserInterfaces.jl/blob/4217d1a727b35883e8d3e0c276d61f5d9d9d973b/src/utils.jl#L202-L217 `TUI.initialize()` does the following: 1. Backs up termios settings for restore 2. Switches to tui_mode(), i.e. switches to the alternate terminal buffer 3. Hides the...

Yeah it does seem like a bug in the termios restore. I’m just trying to figure out what that is. When you are in that “dead” state, what happens if...

Note for myself, this is potentially related to this issue: https://github.com/kdheepak/TERMIOS.jl/issues/6

Can you tell me what terminal / operating system?

Can you try the latest `master` branch and see if you are still experiencing this issue?

I should make a new release then. I'll do that and then close this issue.

Can you share a screenshot of what is going on?

For what it is worth, I'm also having the same issue on my local machine, but only with the Julia nightly. It works fine with the latest stable release: Julia-1.5.2.

@ArtRie This was intentional on my part when I wrote the example but I didn't explain why. I wanted to show what happens when you make a request time in...

@nightlark is there a way to identify that the visual c++ redistributable is not installed? I can add checks and print out a error message accordingly in the new python...