search for: checkwinsize

Displaying 2 results from an estimated 2 matches for "checkwinsize".

2016 Mar 03
0
Ubuntu console weird behaviour
...ious commands. Essentially, the console is messed up and only comes back to normal when restarting R in a fresh session. I understand it is a bit of a poor error report, but I was hoping that people might have encountered the same issue (and would recognize it as described here). I looked at bash checkwinsize as suggested here and it is on: http://unix.stackexchange.com/questions/61584/how-to-solve-the-issue-that-a-terminal-screen-is-messed-up-usually-after-a-res Thank you. Bests, Renaud My settings are: R version 3.2.3 (2015-12-10) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 15.10...
2012 Mar 15
3
Problem with stored configs / Invalid unicode escaping
...#39;t overwrite it shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) HISTSIZE=1000 HISTFILESIZE=2000 HISTTIMEFORMAT="%F %T " # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize # make less more friendly for non-text input files, see lesspipe(1) #[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" # set variable identifying the chroot you work in (used in the prompt below) if [ -z "$debian_chroot" ] && [ -r /etc/debian_c...