Search Results

Search: Posts Made By: ku@ntum
Forum: Programming 06-30-2009
11,758
Posted By ku@ntum
Anyone please. I really need to know how can...
Anyone please.

I really need to know how can I make my ncurses to draw solid lines.

Kashif
Forum: Programming 06-25-2009
11,758
Posted By ku@ntum
Yes, I tried the /usr/sbin/authconfig-tui, and it...
Yes, I tried the /usr/sbin/authconfig-tui, and it did give me the solid border UI, that I failed to achieve throu ncurses. Kindly state what should I do to get solid borders in my application...
Forum: Programming 06-24-2009
11,758
Posted By ku@ntum
When I ran the infocmp command, it shows the...
When I ran the infocmp command, it shows the following output

# Reconstructed via infocmp from file: /usr/share/terminfo/l/linux
linux|linux console,
am, bce, ccc, eo, mir, msgr, xenl, xon, ...
Forum: Programming 06-23-2009
11,758
Posted By ku@ntum
How to render solid borders in NCURSES windows
Hello All Gr8 Linux Developers Out There,

Background
=========
I have created a ncurses application that is suppose to run only on the Linux's virtual console. This application will heavily...
Forum: Programming 06-23-2009
8,006
Posted By ku@ntum
Kindly suggest how can I restrict kernel and...
Kindly suggest how can I restrict kernel and other utilities that generate logs entries through klogd and syslog to a specific (fixed) virtual terminal.

Since /dev/tty1 will be hosting my...
Forum: Programming 06-23-2009
8,006
Posted By ku@ntum
How to stop other processes and kernel from printing output on current virtual term
Hello All,

Background
========
I am creating a virtual appliance console for a software stack on VMware ESXi. I am using Centos 5.x as the Linux distro (Guest OS). I have created a ncurses based...
Forum: Programming 05-23-2007
6,543
Posted By ku@ntum
what it does? I am searching for the...
what it does?

I am searching for the solution that will help me debug deamons, such that when a function, say UDebugBreak() is called, gdb spawns in a terminal decided by me or else, and it...
Forum: Programming 05-23-2007
6,543
Posted By ku@ntum
Win32 VC++ DebugBreak in Linxu
Hi,

Is there is any debugging solution in Linux similar to Win32's VC++ DebugBreak() call.
Forum: Programming 05-23-2007
18,108
Posted By ku@ntum
Not working The dup2() system call takes the...
Not working

The dup2() system call takes the oldfd as first argument. According to that,

int in = open(con, O_RDWR);
dup2(in, 1);
dup2(in, 2);


However I have change the code to

int...
Forum: Programming 05-23-2007
18,108
Posted By ku@ntum
terminal device control through a C/C++ program
Hi,

I want to fork a new process from a daemon that needs terminal attachment to some ttyN or pts/N device. Here is the code


#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 01:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy