Questions tagged [alacritty]

44 questions
0
votes
0 answers

Trouble compile C code containing ncurses library: "Undefined symbols for architecture x86_64:"

I am trying to use the library ncurses on my macos 11.6.1 with the terminal alacritty. When I try to compile this code (copied from there: https://www.viget.com/articles/game-programming-in-c-with-the-ncurses-library/) // demo.c #include…
ecjb
  • 5,169
  • 12
  • 43
  • 79
0
votes
0 answers

Ctrl + Shift + Space does not enable vim mode Alacritty terminal in ElementaryOS

I installed Alacritty (alacritty 0.11.0) terminal in Elementary OS 7 horus (build on top of Ubuntu 22.04.1 LTS, Linux 5.15.0-60-generic) but the "Ctrl + Shift + Space" shortcut to enter vim mode does not work. The vim mode is the main reason I've…
Enrique René
  • 510
  • 1
  • 5
  • 19
0
votes
0 answers

Run shell script when Alacritty starts

I'm on macOS Monterrey 12.6.1 with Homebrew installed Alacritty. I want to run a script when Alacritty launches, echo Hello! I have this in my alacritty.yml config. But it doesn't work: shell: program: /bin/zsh args: - -c…
ranemirusG
  • 143
  • 2
  • 16
0
votes
0 answers

Ncurses - Issue with A_DIM effect and init_color

Issue I have recently come across an issue, I can't figure out where it comes from. It appears to be related to an unexpected behavior of the ncurses library when attempting to apply the A_DIM effect on colors other than the first 9 (they don't get…
Giorgos Xou
  • 1,461
  • 1
  • 13
  • 32
0
votes
1 answer

What is the meaning of semantic_escape_chars?

I believe I have done an extensive google for semantic_escape_chars, but i have failed to find what the meaning of that config is. When are semantic_escape_chars used?
user1283776
  • 19,640
  • 49
  • 136
  • 276
0
votes
0 answers

Rgb sequence garbage printed when I open terminal in vim

I use tmux, alacrity and vim on OSX Catalina. Each time I open a terminal inside of vim, the terminal opens with this gibberish being…
Corel
  • 581
  • 3
  • 21
0
votes
1 answer

Ranger filemanager defaulting to nano

I set Ranger as a keybind with Awesome Window Manager (AWM). My environmental variables and shell (ZSH) for both visual and editor are set to VIM. When I use the keybind (super + f), Ranger defaults the editor to Nano. The man page for Ranger says…
0
votes
0 answers

What terminal configurations affect Vim represent with bare .vimrc?

vim in Terminal.app (Basic profile) and Alacritty.app (no config) feels different. .vimrc content is one statement: colorscheme blue (default colo). Both are launched under bash shell without .bashrc. Diff of envs: <…
amordo
  • 449
  • 5
  • 15
0
votes
1 answer

How to find/replace a specific ANSI escape code in all STDOUT/STDERR from any source

My terminal background colour is dark blue. A few tools that I use emit dark blue text regardless, making the text invisible to me. Can I add something to my .zshrc that will read all STDOUT/STDERR from any/every source and automatically replace any…
steven_noble
  • 4,133
  • 10
  • 44
  • 77
0
votes
1 answer

Process not running in background

I am trying to make an apple script that launches Alacritty and tmux. I have all the parts except the script runs while I'm running Alacritty and I would like it to exit soon after running (in both cases, where a tmux session exists and when it…
Jason Eveleth
  • 139
  • 1
  • 5
0
votes
1 answer

Can't create a snap with Snapcraft

I'm trying to create a snap for Alacritty on ubuntu 20.04 x64. Creating an executable with cargo build --release works fine. Creating a snap using snapcraft gives error message: note: /usr/bin/ld: cannot find Scrt1.o: No such file or directory …
Amani
  • 16,245
  • 29
  • 103
  • 153
-1
votes
2 answers

Function `can_change_color()` of ncurses not working although my terminal (tmux + alacritty) can display 24-bits colors

I get the following error message with the following code when compilig with gcc script.c -lncurses on my macos 11.6.1 2 different terminals (tmux with alactritty and iterm2): /* quest.c */ #include #include int…
ecjb
  • 5,169
  • 12
  • 43
  • 79
-1
votes
1 answer

Wrong terminal emulator persists in VSCode

I'm currently using Debian Buster (10): installed a new terminal emulator (Alacritty) along with a new shell (ZSH); and configured my system to use this new terminal & shell as the defaults. Unfortunately, VScode continues--regardless of the changes…
-4
votes
1 answer

how to get connect => in neovim and terminal(alacritty) with nerd font

I recently customized neovim with watching youtube video, and I saw connected => sign and am using same nerd font as well but it doesn't appear on my terminal and neovim. best regards, pls answer my questions I tried changing fonts and switching…
1 2
3