terminator Questions

3

Solved

Is it possible to detach one of the terminal panes (split windows, not tabs) in terminator and move it to a new window? I know there is a workaround (see the answers below) but I'm looking for a be...
Gharry asked 15/2, 2016 at 13:10

3

I want to force Terminator to open at the top-left of my screen. When I saved the layout I had the window positioned correctly. However, whenever I open Terminator upon computer restart, the window...
Ambuscade asked 25/5, 2018 at 20:29

1

I got a brand new macbook m1 chips, I am trying to use terminal emulator terminator there, i have installed it with brew install terminator but i don't see it's in installed app and search it, i do...
Euripides asked 25/11, 2021 at 9:21

7

I am about to write a message protocol going over a TCP stream. The receiver needs to know where the message boundaries are. I can either send 1) fixed length messages, 2) size fields so the rece...
Dziggetai asked 25/6, 2009 at 23:5

2

Solved

I'm using Terminator (terminal emulator). I had to capture all the terminal logs and hence I set infinite-scroll ON but ultimately I found that actually it's not scrollable more than few hundred li...
Squire asked 26/12, 2015 at 16:7

3

Solved

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 inside the Zsh. At least these: Home/End, noth...
Jadotville asked 26/12, 2011 at 18:1

10

Is there way to set terminator (Version: 0.95ppa1) title of tabs to a different string via bash command-line (CLI)? I plan to use this feature with AutoKey and I can open multiple machines at same...
Preparedness asked 17/3, 2011 at 18:5

2

Solved

Do you know any keyboard shortcut to adjust or toggle the terminal's opacity without right clicking and going into preferences? That would be so sweet if that is possible.
Erotic asked 18/2, 2014 at 17:2

1

I am running vim in terminal mode in Terminator on Fedora 27, and I just recently ran into the issue where whenever I put my cursor over an error from ALE in normal mode, when the error is shown in...
Gavingavini asked 6/2, 2018 at 3:56

2

I've been trying to configure Terminator to respect the sizes of my terminals. Is this possible? As it is, each time I reopen Terminator I have to resize a couple of the terminals to the configurat...
Yorgos asked 21/2, 2015 at 0:43

3

After going through a lot of sites about best terminal for system admins I was trying to install on Cygwin. Unfortunately, I did not find any good site with instruction about how to do it. Is anyo...
Sotos asked 12/3, 2014 at 5:13

1

So far I have not seen anything on customizing the Terminator "prompt" colors. I know it is possible through ~/.bashrc but this is overridden by Terminator. Is there a way to either customize Term...
Foliage asked 17/10, 2016 at 3:5

3

Solved

I'm using emacs23 on Ubuntu 32-bit 10.04/10.10 with GNOME and Compiz. Pressing M-RET in an org-mode plain list in Emacs (GUI) inserts a new item. Pressing M-Up moves the item up in the list. Th...
Beleaguer asked 5/4, 2011 at 18:31

1

Solved

With Terminator, a user can define layouts within the configuration file. With these layouts, the user can set a command to be executed at start-up. So, for example, one could create a layout in wh...
Dockyard asked 20/7, 2015 at 19:13

4

Solved

I understand that the statement terminator symbol ;, if used solitarily, represents a null statement. Also, "empty loop bodies" can be a useful programming construct, and are made using null statem...
Batten asked 25/11, 2013 at 11:51

4

Solved

I've been teaching myself c++ for the last couple days to prepare for my freshman year as a CS major. I'm on C-style strings right now, and wondering what the point of a null terminator is. I unde...
Solenne asked 28/6, 2013 at 18:15

3

Solved

The null character or null-terminator (\0) is to be used to terminate a contiguous sequence of characters. I find that in C, I can add the character into a string at a random position and the strin...
Moluccas asked 26/9, 2012 at 14:25

3

Solved

I am trying to setup solarized theme for vim on Terminator but it is not working. :-( I was successfully able to setup solarized for terminator but it just doesn't seem to work for vim. Here is wh...
Hinge asked 2/2, 2012 at 7:42

4

Solved

I have a string that I am creating, and I need to add multiple "\0" (null) characters to the string. Between each null character, is other text data (Just ASCII alphanumeric characters). My proble...
Sepsis asked 24/12, 2011 at 9:12

10

Solved

I have to write a function that fills a char* buffer for an assigned length with the content of a string. If the string is too long, I just have to cut it. The buffer is not allocated by me but by ...
Bes asked 10/5, 2011 at 15:28
1

© 2022 - 2024 — McMap. All rights reserved.