amine hajyoussef

Results 26 comments of amine hajyoussef

Hmm, it seems that the code responsible for clearing the screen is not working correctly in iTerm. I'll look into it as soon as I get hold on an OSX.

Actually, this seems like an iterm bug. an ANSI escape code used for moving cursor vertically isn't working. I've filled an issue https://gitlab.com/gnachman/iterm2/issues/3617

I see that iterm 2.9 beta has been released which according to the author should fix the problem. https://www.iterm2.com/downloads.html

guys, I'm on OSX and couldn't reproduce this. Here's the bash version I installed with brew: ``` GNU bash, version 4.4.12(1)-release (x86_64-apple-darwin16.3.0) Copyright (C) 2016 Free Software Foundation, Inc. License...

Ok so I finally succeeded to reproduce. It seems be related to Ctrl+space binding in Bash 4+. Switching the key-binding to something other that Ctrl+space will fix the issue. You...

hmm, yes. the first line in `bash --version` is expected to be the version string. But in your case there is an error(or warning, I'm not sure): `bash: child setpgid...

Thanks for the proposition. Actually, this is one of two updates I'm planning to make(along with updating the shell script, to hide that 'maker get ""' command which shows up...

thanks for the PR. btw, there are some fixes you made in marker.sh are already present in the master branch, so you can remove them.

That's a nice feature to add, let me check whether this is feasible