Commit 898e7956afa211a775b515afdc99555c713d0f02
1 parent
8d59dbcf
Exists in
master
and in
3 other branches
Formatting comments.
Showing
1 changed file
with
13 additions
and
13 deletions
Show diff stats
src/include/3270ds.h
| @@ -127,19 +127,19 @@ | @@ -127,19 +127,19 @@ | ||
| 127 | #define SF_TRANSFER_DATA 0xd0 /* file transfer open request */ | 127 | #define SF_TRANSFER_DATA 0xd0 /* file transfer open request */ |
| 128 | 128 | ||
| 129 | /* Query replies */ | 129 | /* Query replies */ |
| 130 | -#define QR_SUMMARY 0x80 /* summary */ | ||
| 131 | -#define QR_USABLE_AREA 0x81 /* usable area */ | ||
| 132 | -#define QR_ALPHA_PART 0x84 /* alphanumeric partitions */ | ||
| 133 | -#define QR_CHARSETS 0x85 /* character sets */ | ||
| 134 | -#define QR_COLOR 0x86 /* color */ | ||
| 135 | -#define QR_HIGHLIGHTING 0x87 /* highlighting */ | ||
| 136 | -#define QR_REPLY_MODES 0x88 /* reply modes */ | ||
| 137 | -#define QR_DBCS_ASIA 0x91 /* DBCS-Asia */ | ||
| 138 | -#define QR_PC3270 0x93 /* PC3270 */ | ||
| 139 | -#define QR_DDM 0x95 /* distributed data management */ | ||
| 140 | -#define QR_RPQNAMES 0xa1 /* RPQ names */ | ||
| 141 | -#define QR_IMP_PART 0xa6 /* implicit partition */ | ||
| 142 | -#define QR_NULL 0xff /* null */ | 130 | +#define QR_SUMMARY 0x80 ///< @brief summary |
| 131 | +#define QR_USABLE_AREA 0x81 ///< @brief usable area | ||
| 132 | +#define QR_ALPHA_PART 0x84 ///< @brief alphanumeric partitions | ||
| 133 | +#define QR_CHARSETS 0x85 ///< @brief character sets | ||
| 134 | +#define QR_COLOR 0x86 ///< @brief color | ||
| 135 | +#define QR_HIGHLIGHTING 0x87 ///< @brief highlighting | ||
| 136 | +#define QR_REPLY_MODES 0x88 ///< @brief reply modes | ||
| 137 | +#define QR_DBCS_ASIA 0x91 ///< @brief DBCS-Asia | ||
| 138 | +#define QR_PC3270 0x93 ///< @brief PC3270 | ||
| 139 | +#define QR_DDM 0x95 ///< @brief distributed data management | ||
| 140 | +#define QR_RPQNAMES 0xa1 ///< @brief RPQ names | ||
| 141 | +#define QR_IMP_PART 0xa6 ///< @brief implicit partition | ||
| 142 | +#define QR_NULL 0xff ///< @brief null | ||
| 143 | 143 | ||
| 144 | #define BA_TO_ROW(ba) ((ba) / hSession->view.cols) | 144 | #define BA_TO_ROW(ba) ((ba) / hSession->view.cols) |
| 145 | #define BA_TO_COL(ba) ((ba) % hSession->view.cols) | 145 | #define BA_TO_COL(ba) ((ba) % hSession->view.cols) |