Top "Terminator" questions

Terminator is a GPL terminal emulator.

Memcpy, string and terminator

I have to write a function that fills a char* buffer for an assigned length with the content of a …

c++ c string terminator
Setting Title for Tabs in Terminator (Console Application) in Ubuntu

Is there way to set terminator (Version: 0.95ppa1) title of tabs to a different string via bash command-line (CLI)? I …

bash tabs terminator
Fix key settings (Home/End/Insert/Delete) in .zshrc when running Zsh in Terminator Terminal Emulator

I'm running Ubuntu 11.04. I installed the Terminator Terminal Emulator 0.95, and Zsh, version 4.3.15. I have (commonly known) problems with my keys …

ubuntu keyboard-shortcuts zsh zshrc terminator
Solarized theme on Vim + Terminator + Ubuntu 11.10

I am trying to setup solarized theme for vim on Terminator but it is not working. :-( I was successfully …

vim ubuntu terminator
Adding char with null terminator to string in C

What happens when in C I do something like: char buf[50]=""; c = fgetc(file); buf[strlen(buf)] = c+'\0'; …

c string null char terminator
Is it possible to add data to a string after adding "\0" (null)?

I have a string that I am creating, and I need to add multiple "\0" (null) characters to the string. Between …

java string terminator
Installing terminator on cygwin

After going through a lot of sites about best terminal for system admins I was trying to install on Cygwin. …

unix terminal cygwin terminator
Why doesn't the null-terminator placed arbitrarily in a string terminate it?

The null character or null-terminator (\0) is to be used to terminate a contiguous sequence of characters. I find that in …

javascript string terminator
Is it possible to customize Terminator's prompt / hostname (user@domain) colors?

So far I have not seen anything on customizing the Terminator "prompt" colors. I know it is possible through ~/.bashrc …

colors prompt hostname terminator