customize terminal

  1. Spity

    csh command history

    Hi! I am using csh and I notice that I cannot see the command history. That is, I open a terminal, write a command, close it, and when I reopen it, it is clean. No history. How can I have the history there to speed up the writing?
  2. I

    bhyve Adjusting or Preventing Screen height from shrinking when running bhyve VMs

    I usually expand my Terminal window to take the full height of the screen. After running a bhyve VM (e.g. OpenBSD) - running and after shutting down the VM - the usuable height of the Terminal screen/window became shortened. How can I prevent this? Note: There is no fbuf in my bhyve option and...
  3. Alain De Vos

    Shell configuration, terminal-&command-line colors ?

    Do you use something "specific" setting for colors in your shell , eg in fish or zsh In .zshrc I have, alias zz='gnuls --color ' export TERM=xterm-256color export COLORTERM=yes export COLORFGBG="default;default" export LSCOLORS="cEgxcxdxbxegedabagacad" export EXA_COLORS="di=35" source...
  4. B

    env TERM=xterm-256color

    How do I globally set TERM=xterm-256color? /.cshrc or /.profile /.profile already contains TERM=${TERM:-xterm} How do I amend that?
  5. gomster

    changing tty resolution

    I have a fresh freebsd installation and the resolution is pretty low. How/could I change it to 1920x1080 from the loader onwards??
  6. pavlar

    How change letters and background colors

    How to change .cshrc so that user has yellow letters on a black background. Otherwise, he has a white background behind the cursor.
  7. R

    How could I display a custom version at login prompt

    I have a requirement, to display custom release version (need to change 12.2-Release with a custom version numbering), when a user logged in to the freebsd based custom operating system. ssh -i xxxxxx.pem root@xx.xxx.xx.xxx Last login: Mon Mar 8 07:03:16 2021 from xx.xx.xxx.xxx FreeBSD...
  8. Truculent_Freddi

    Artifacts / tearing in text terminal with tty1-tty7

    system FreeBSD localhost 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC amd64, graph shell gdm 3, driver nvidia-driver-440.100_1 OpenGL rendering video card gtx 1070, monique full hd 32 ' ------------ /etc/rc.conf the following is written kld_list = "linux nvidia" gnome_enable = "YES"...
  9. P

    Unable to modify the screen resolution for console

    Hi, I’m trying to decrease the screen resolution for the console on my laptop which has a default resolution 1920x1080 ( 12.5 ‘’) booting in UEFI. At the end of the boot, I got a nice console very bright and clear but with it's very very small and makes the reading very complicated After...
  10. Spity

    Solved TTY & nVidia Error

    Install FreeBSD 12.2 with Gnome, when installing the nvidia-driver all the tty (Control + alt + F (x) look like this my rc.conf kld_list="nvidia-modeset" my loader.conf linux_load="YES" nvidia-modeset_load="YES" nvidia_load="YES"
  11. ogogon

    termcap/terminfo: Where do not described escape sequences come from?

    Colleagues, tell me, please, where does the escape sequences not described in termcap and terminfo come from in my program? I use FreeBSD 11.4-RELEASE-p2 amd64 Env TERM=xterm I wrote a small program that switches stdin to non-canonical mode and reads the input characters. In particular, this...
  12. B

    Solved Cyrillic characters showing as question marks.

    I have an issue with cyrillic file names. They appear as question marks. I don't know how to fix it. Any ideas?
  13. sidetone

    Increase terminal font with allscreens?

    How do I increase the terminal font size by using the allscreens variable in rc.conf? In my file, I have allscreens_flags="green" which sets the font to green. If this is put into /boot/loader.conf, will these settings occur sooner during boot up?
  14. sidetone

    Shell Change text colors in Ion shell?

    How would I change the text color in shells/ion shell? The color for some texts is too similar to the background on my display. From the directory, /usr/local/share/doc/ion/: migrating.md variables/07-namespaces.md has a lot of information on color schemes for Ion. When I switch to a...
  15. A

    Where is system wide zshrc and zshenv?

    Where is the default path of system-wide zsh resources file? Under linux the system-wide zshrc and zshenv are usually at /etc/zsh directory. I tried /etc/zshrc, /etc/zsh/zshrc and /usr/local/etc/zsh/zshrc but it doesn't work.
  16. D

    How could I have the console font like DragonflyBSD?

    I really liked the default console font of DragonflyBSD and want to have my FreeBSD console font like it. The default console font of FreeBSD is way too small and very difficult to read. Please help. Thanks.
  17. K

    Terminal refresh problems

    Fellow FreeBSD users, I'm using FreeBSD 12.1 RELEASE GENERIC. Under X when I type a command on the last line of a terminal, I often don't get any output. When I generate an event which triggers a refresh, the output finally appears, so I know it was there to start with. For example, if I...
  18. bagas

    nano color yellow

    Hello. I make syntax highlighting in nginx. I choose a yellow color. After that, I look at the syntax highlight in nginx.conf and it appears more likely red / brown than yellow. Who has the same problem? cat /usr/local/share/nano/nginx.nanorc syntax "nginx" "nginx.*\.conf$" "\.nginx$" comment...
  19. NapoleonWils0n

    Solved st terminal convert terminfo to termcap

    I built the suckless st terminal from source, but the makefile use tic to add the st.info file to the terminfo.db which freebsd doesnt use Freebsd uses termcap.db which means the st terminal has odd behavior especially with ncurses apps like newsboat and ncmpc because the termcap.db doesnt...
  20. BsDjUsTbSd

    256 colors on tsch?

    Hello, is there a way to add 256 colors in tsch?
Back
Top