Sponsored Content
Full Discussion: number pad in vi
Operating Systems Solaris number pad in vi Post 302088446 by c19h28O2 on Tuesday 12th of September 2006 11:53:18 AM
Old 09-12-2006
Hi,

unfortunately that doesn't work, if i use :set all i get these options?

noautoindent number tabstop=8
autoprint nonovice taglength=0
noautowrite nooptimize tags=tags /usr/lib/tags
nobeautify paragraphs=IPLPPPQPP LIpplpipnpbterm=xterm
directory=/tmp prompt noterse
noedcompatible noreadonly timeout=1
noerrorbells redraw ttytype=xterm
noexrc remap warn
flash report=5 window=58
hardtabs=8 scroll=29 wrapscan
noignorecase sections=NHSHH HUuhsh+c wrapmargin=0
nolisp shell=/bin/ksh nowriteany
nolist shiftwidth=8 nofullre
magic noshowmatch norecompat
mesg noshowmode posixsh=/bin/ksh
nomodelines noslowopen
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

number pad?

Is there anyway to use the fr*$%& number pad in VI? Anyway? Anyway at all? All it does now random movements and inserts of characters (2 Replies)
Discussion started by: nelsonenzo
2 Replies

2. Shell Programming and Scripting

How to pad spaces

Hello, I have to write a function to input a Label and a number, and output a line as the following format: Column 1 to 30: field label, left justified. Column 31 to 45: A number, right justified. The middle is padded with space. May I know how can I achieve this? (I don't know how to count... (3 Replies)
Discussion started by: sarahho
3 Replies

3. UNIX Desktop Questions & Answers

HPUX 10.2 number pad

I have a keyboard that the number pad will not work. I cannot find the location of the configuration file to get it to work. I have to say, I have not tried another keyboard as my location is remote. Any suggestions? (0 Replies)
Discussion started by: esimeroth
0 Replies

4. Shell Programming and Scripting

Pad zeros to a number

Pad zeros to a number and assign it to a variable like i get 1 in $i ,i want it to be $i as 01 (6 Replies)
Discussion started by: anumkoshy
6 Replies

5. UNIX for Dummies Questions & Answers

pad

Hi All I need a pad a . to befoure a last digi ex 1258 --> 125.8 help to do thanks (4 Replies)
Discussion started by: nalakaatslt
4 Replies

6. Shell Programming and Scripting

Request: How to Parse dynamic SQL query to pad extra columns to match the fixed number of columns

Hello All, I have a requirement in which i will be given a sql query as input in a file with dynamic number of columns. For example some times i will get 5 columns, some times 8 columns etc up to 20 columns. So my requirement is to generate a output query which will have 20 columns all the... (7 Replies)
Discussion started by: vikas_trl
7 Replies

7. UNIX for Beginners Questions & Answers

Pad 0 to the right

I need to pad 0 to a number on the right. to make it 9 digit in total. My number is 2457 output should be 245700000 Please do wrap your samples/codes into CODE TAGS as per forum rules. (3 Replies)
Discussion started by: varun22486
3 Replies
pechochar(3XCURSES)					  X/Open Curses Library Functions				       pechochar(3XCURSES)

NAME
pechochar, pecho_wchar - add character and refresh window SYNOPSIS
cc [ flag... ] file... -I /usr/xpg4/include -L /usr/xpg4/lib -R /usr/xpg4/lib -lcurses [ library... ] c89 [ flag... ] file... -lcurses [ library... ] #include <curses.h> int pechochar(WINDOW *pad, chtype ch); int pecho_wchar(WINDOW *pad, const chtype *wch); PARAMETERS
pad Is a pointer to the pad in which the character is to be added. ch Is a pointer to the character to be written to the pad. wch Is a pointer to the complex character to be written to the pad. DESCRIPTION
The pechochar() function is equivalent to calling waddch(3XCURSES) followed by a call to prefresh(3XCURSES). The pecho_wchar() function is equivalent to calling wadd_wch(3XCURSES) followed by a call to prefresh(). prefresh() reuses the last position of the pad on the screen for its parameters. RETURN VALUES
On success, these functions return OK. Otherwise, they return ERR. ERRORS
None. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
add_wch(3XCURSES), addch(3XCURSES), libcurses(3XCURSES), newpad(3XCURSES), attributes(5), standards(5) SunOS 5.11 5 Jun 2002 pechochar(3XCURSES)
All times are GMT -4. The time now is 10:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy