Sponsored Content
Full Discussion: Byobu specific screen size.
Top Forums UNIX for Beginners Questions & Answers Byobu specific screen size. Post 303040051 by ignatius on Tuesday 22nd of October 2019 04:21:42 PM
Old 10-22-2019
Byobu specific screen size.

There is away to make a window pane a specific size. I just forgot how to do it.


Something like this:


Code:
Ctrl-A : split-window -l xx -h xx

Anyone know the right way to do this?


Thanks.
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

screen size

I installed gnome on my solaris 8 box. The first time I ran Gnome It told me to change the resolution. I accidentally closed the window and didn't get a chance to copy the command. What is the command or how do I change the desktop resolution? (1 Reply)
Discussion started by: rpnhavoc
1 Replies

2. SCO

On-screen character size selection

Late one evening I stumbled into a part of SCO 5.06 wherein I was asked for my choice of large or small characters. Without a thought, I picked "large". This was a mistake, since many operating system directories now show only part of their contents. The rest is off-screen. I can't seem to be... (0 Replies)
Discussion started by: jddxxx
0 Replies

3. UNIX for Advanced & Expert Users

Automatic Screen Size Manipulation

Hello. Is there a way to programatically maximize a unix window? I am using X term and the scripts shows menus that need to fit within a specific screen size. I want to detect the screen size and advise the user to maximize thier screen if less than what is needed to correctly show the menus. ... (1 Reply)
Discussion started by: yoi2hot4ya
1 Replies

4. UNIX for Dummies Questions & Answers

how to increase size of the console screen buffer ?

Its difficult to explain what I am exactly looking for, so let me try with an example.. Suppose my program prints out thousands lines. But once my program ends.. I am not able to scroll up and see all the 1000 lines. The size of the screen buffer is obviously limited. Is there anyway I can... (5 Replies)
Discussion started by: the_learner
5 Replies

5. Solaris

command to find out total size of a specific file size (spread over the server)

hi all, in my server there are some specific application files which are spread through out the server... these are spread in folders..sub-folders..chid folders... please help me, how can i find the total size of these specific files in the server... (3 Replies)
Discussion started by: abhinov
3 Replies

6. AIX

Increasing screen display size

Hi, How can i increase the size of my display on AIX 5.3.What i mean is e.g if i do and ps -ef i would get some like: /data/app/oracle/product/10.2 /usr/bin/ksh /usr/local/bin/s i want it to show the whole thing on the screen without cutting it,because there is still space on the screen... (0 Replies)
Discussion started by: sellafrica1
0 Replies

7. SCO

Screen size with foxbase+ 2.1.2d + Openserver 5.0.7

Hi, i'm running SCO Openserver 5.0.7 with foxbase+ 2.1.2d. Is it possible to change the screen size to use more than 25 lines / 80 columns?. Clients connect using PuTTY, they can enlarge the SSH client window, but the application still runs in the original window size. (0 Replies)
Discussion started by: cyruspy
0 Replies

8. Shell Programming and Scripting

Screen Output to Specific Columns

User with moderate experience: I run a script (my addiction is KSH) that reads a file and reports certain parameters back to the user on screen and also piped to a file. The file(s) I read is/are located under different directories, and is usually called the same thing. Sometimes not. For... (3 Replies)
Discussion started by: Brusimm
3 Replies

9. Shell Programming and Scripting

Screen size

I would like to play a movie with vlc is there a way I can make it transparent and maximized window. Is there a way i can do this. Thanks in advance Josh (0 Replies)
Discussion started by: jtsmith90
0 Replies

10. Shell Programming and Scripting

Clear specific part of the screen

I want to clear specific part of the screen. Say for example , i am running a bash script for i in {1..100} do echo "Current Record = $i" done if i use a clear command over there , it will clear my screen however when i scroll up i would have the old records , is there anyway in unix to... (5 Replies)
Discussion started by: chidori
5 Replies
ttk::panedwindow(n)						 Tk Themed Widget					       ttk::panedwindow(n)

__________________________________________________________________________________________________________________________________________________

NAME
ttk::panedwindow - Multi-pane container window SYNOPSIS
ttk::panedwindow pathName ?options? pathName add window ?options...? pathName insert index window ?options...? _________________________________________________________________ DESCRIPTION
A ttk::panedwindow widget displays a number of subwindows, stacked either vertically or horizontally. The user may adjust the relative sizes of the subwindows by dragging the sash between panes. STANDARD OPTIONS
-class -cursor -takefocus -style See the ttk_widget manual entry for details on the standard options. WIDGET-SPECIFIC OPTIONS [-orient orient] Specifies the orientation of the window. If vertical, subpanes are stacked top-to-bottom; if horizontal, subpanes are stacked left-to-right. [-width width] If present and greater than zero, specifies the desired width of the widget in pixels. Otherwise, the requested width is determined by the width of the managed windows. [-height height] If present and greater than zero, specifies the desired height of the widget in pixels. Otherwise, the requested height is determined by the height of the managed windows. PANE OPTIONS
The following options may be specified for each pane: [-weight weight] An integer specifying the relative stretchability of the pane. When the paned window is resized, the extra space is added or subtracted to each pane proportionally to its -weight. WIDGET COMMAND
Supports the standard configure, cget, state, and instate commands; see ttk::widget(n) for details. Additional commands: pathname add subwindow options... Adds a new pane to the window. subwindow must be a direct child of the paned window pathname. See PANE OPTIONS for the list of available options. pathname forget pane Removes the specified subpane from the widget. pane is either an integer index or the name of a managed subwindow. pathname identify x y Returns the index of the sash at point x,y, or the empty string if x,y is not over a sash. pathname insert pos subwindow options... Inserts a pane at the specified position. pos is either the string end, an integer index, or the name of a managed subwindow. If subwindow is already managed by the paned window, moves it to the specified position. See PANE OPTIONS for the list of available options. pathname pane pane -option ?value ?-option value... Query or modify the options of the specified pane, where pane is either an integer index or the name of a managed subwindow. If no -option is specified, returns a dictionary of the pane option values. If one -option is specified, returns the value of that option. Otherwise, sets the -options to the corresponding values. pathname sashpos index ?newpos? If newpos is specified, sets the position of sash number index. May adjust the positions of adjacent sashes to ensure that posi- tions are monotonically increasing. Sash positions are further constrained to be between 0 and the total size of the widget. Returns the new position of sash number index. SEE ALSO
ttk::widget(n), ttk::notebook(n), panedwindow(n) Tk 8.5 ttk::panedwindow(n)
All times are GMT -4. The time now is 05:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy