Coder Social home page Coder Social logo

Comments (7)

timmywil avatar timmywil commented on May 14, 2024

Also, it would be great if it would behave more like a terminal and scroll down as lines are printed (if you haven't scrolled up, of course).

from devtools-terminal.

timmywil avatar timmywil commented on May 14, 2024

I should have done this before, but I just reinstalled and it works fine now. I installed this a while ago and then revisited after Addy's post. Thanks for the fix.

from devtools-terminal.

timmywil avatar timmywil commented on May 14, 2024

Actually, this wasn't fixed. I just discovered this issue is related to the extra newline with hyphens issue (description updated).

from devtools-terminal.

petethepig avatar petethepig commented on May 14, 2024

Can you please:

  • specify what kind of shell you're using (bash / zsh or maybe something else)
  • provide the output of env command

Thanks

from devtools-terminal.

timmywil avatar timmywil commented on May 14, 2024

I'm using bash.

Environment
BOLD=
GREEN=
TERM_PROGRAM=iTerm.app
LESS_TERMCAP_md=
COMP_WORDBREAKS=
"'><;|&(:
RESET=
TERM=xterm-256color
SHELL=/bin/bash
HISTSIZE=32768
TMPDIR=/var/folders/3p/6m9jbx0n7j74x3w3p8dlmr6c0000gn/T/
Apple_PubSub_Socket_Render=/tmp/launch-uKvdKz/Render
ORANGE=
LC_ALL=en_US.UTF-8
HISTFILESIZE=32768
USER=timmy
LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.ogg=01;35:*.mp3=01;35:*.wav=01;35:
SSH_AUTH_SOCK=/tmp/launch-qo1OWA/Listeners
__CF_USER_TEXT_ENCODING=0x1F5:0:0
MAGENTA=
__CHECKFIX1436934=1
PATH=/usr/local/share/npm/bin:/Users/timmy/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/opt/coreutils/libexec/gnubin
PWD=/Users/timmy/code/quickcue-bucket/website
EDITOR=vim
LANG=en_US
ITERM_PROFILE=Hotkey Window
PS1=\[\]\u \[\]at \[\]\h \[\]in \[\]\w\[\]$([[ -n $(git branch 2> /dev/null) ]] && echo " on ")\[\]$(parse_git_branch)\[\]\n$ \[\]
HISTIGNORE=ls:cd:cd -:pwd:exit:date:* --help
HISTCONTROL=ignoredups
PS2=\[\]→ \[\]
MANPAGER=less -X
SHLVL=1
COLORFGBG=7;0
HOME=/Users/timmy
PURPLE=
GREP_OPTIONS=--color=auto
ITERM_SESSION_ID=w0t0p1
LOGNAME=timmy
HOMEBREW_CASK_OPTS=--appdir=/Applications
SECURITYSESSIONID=186a4
WHITE=
OLDPWD=/Users/timmy

from devtools-terminal.

timmywil avatar timmywil commented on May 14, 2024

After a little investigation, it seems it has to do with the line-break opportunities presented by setting the font to monospace. I think this can be easily fixed by applying this style:

body.platform-mac code,
body.platform-mac .terminal,
body.platform-mac .monospace,
body.platform-mac .source-code {
  ...
  font-family: Menlo, monospace;
  whitespace: pre;
}

from devtools-terminal.

timmywil avatar timmywil commented on May 14, 2024

I'll submit a PR.

from devtools-terminal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.