| Main index | Section 3 | Options |
#include <form.h>int set_field_just(FIELD *field, int justification); int field_just(const FIELD *field);
The function set_field_just returns one of the following:
| E_OK | The routine succeeded. |
| E_SYSTEM_ERROR | |
| System error occurred (see errno(3)). | |
| E_BAD_ARGUMENT | |
| Routine detected an incorrect or out-of-range argument. | |
| 2024-03-16 | form_field_just (3X) | ncurses 6.5 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | Some people, when confronted with a problem, think “I know, I'll use regular expressions.” Now they have two problems. | ” |
| — Jamie Zawinski | ||